home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / hserv.lha / hserv / cgi-bin / testEXE.c < prev    next >
C/C++ Source or Header  |  1999-05-24  |  203b  |  12 lines

  1.  
  2. #include <stdio.h>
  3.  
  4. void main(void)
  5. {
  6.     printf("%s","\
  7. Content-type: text/html\n\n\
  8. <html><head><title>Exe CGI</title></head>\n\
  9. <body><h1><strong>Hi World from Exe!</strong></h1></body>\n\
  10. </html>");
  11. }
  12.